projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0cce1b
)
* (c-special-indent-hook): Amend doc-string to mention
author
Alan Mackenzie
<acm@muc.de>
Wed, 4 Apr 2007 20:54:51 +0000
(20:54 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Wed, 4 Apr 2007 20:54:51 +0000
(20:54 +0000)
c-syntactic-indentation.
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index cbf2b44de2397180956163888ffce0ca3df2a2d5..8d28cba79ad751485b9e68128621435b16b4fb78 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-890,7
+890,8
@@
Only currently supported behavior is `alignleft'."
(defcustom c-special-indent-hook nil
"*Hook for user defined special indentation adjustments.
-This hook gets called after a line is indented by the mode."
+This hook gets called after each line is indented by the mode. It is only
+called if `c-syntactic-indentation' is non-nil."
:type 'hook
:group 'c)